home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / extrem_t.exe / scripts / DefineButton2_63 / BUTTONCONDACTION on(rollOver).as < prev   
Text File  |  2012-08-27  |  249b  |  13 lines

  1. on(rollOver){
  2.    if(choix != 2)
  3.    {
  4.       bjouer.gotoAndStop(1);
  5.       bfluidite.gotoAndStop(1);
  6.       bscore.gotoAndStop(1);
  7.       bdefi.gotoAndStop(1);
  8.       bregles.gotoAndPlay(2);
  9.       sonMC.gotoAndPlay(3);
  10.       choix = 2;
  11.    }
  12. }
  13.